Document that the clip mask of gc is ignored. (#101983, Sebastian Rittau)
authorMatthias Clasen <maclas@gmx.de>
Sat, 13 Dec 2003 22:45:25 +0000 (22:45 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sat, 13 Dec 2003 22:45:25 +0000 (22:45 +0000)
Sat Dec 13 23:37:50 2003  Matthias Clasen  <maclas@gmx.de>

* gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
of gc is ignored.  (#101983, Sebastian Rittau)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkdraw.c

index c4bb850dc1a2baa89178fb212ec211b661878952..ba8a0ec73bef7ea29d2b8fcbe834799d628628a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Dec 13 23:37:50 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
+       of gc is ignored.  (#101983, Sebastian Rittau)
+
 Sat Dec 13 16:13:27 2003  Kristian Rietveld  <kris@gtk.org>
 
        A trick for a faster treeview, step 1. Patch to short circuit
index c4bb850dc1a2baa89178fb212ec211b661878952..ba8a0ec73bef7ea29d2b8fcbe834799d628628a3 100644 (file)
@@ -1,3 +1,8 @@
+Sat Dec 13 23:37:50 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
+       of gc is ignored.  (#101983, Sebastian Rittau)
+
 Sat Dec 13 16:13:27 2003  Kristian Rietveld  <kris@gtk.org>
 
        A trick for a faster treeview, step 1. Patch to short circuit
index c4bb850dc1a2baa89178fb212ec211b661878952..ba8a0ec73bef7ea29d2b8fcbe834799d628628a3 100644 (file)
@@ -1,3 +1,8 @@
+Sat Dec 13 23:37:50 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
+       of gc is ignored.  (#101983, Sebastian Rittau)
+
 Sat Dec 13 16:13:27 2003  Kristian Rietveld  <kris@gtk.org>
 
        A trick for a faster treeview, step 1. Patch to short circuit
index c4bb850dc1a2baa89178fb212ec211b661878952..ba8a0ec73bef7ea29d2b8fcbe834799d628628a3 100644 (file)
@@ -1,3 +1,8 @@
+Sat Dec 13 23:37:50 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
+       of gc is ignored.  (#101983, Sebastian Rittau)
+
 Sat Dec 13 16:13:27 2003  Kristian Rietveld  <kris@gtk.org>
 
        A trick for a faster treeview, step 1. Patch to short circuit
index c4bb850dc1a2baa89178fb212ec211b661878952..ba8a0ec73bef7ea29d2b8fcbe834799d628628a3 100644 (file)
@@ -1,3 +1,8 @@
+Sat Dec 13 23:37:50 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * gdk/gdkdraw.c (gdk_draw_pixbuf): Document that the clip mask
+       of gc is ignored.  (#101983, Sebastian Rittau)
+
 Sat Dec 13 16:13:27 2003  Kristian Rietveld  <kris@gtk.org>
 
        A trick for a faster treeview, step 1. Patch to short circuit
index 1abb3e9b3ed6da34a1e51401df47a8f52e30e4a9..97905bf5662b782cb39f27b274b857174dca122c 100644 (file)
@@ -746,6 +746,9 @@ gdk_draw_image (GdkDrawable *drawable,
  * On older X servers, rendering pixbufs with an alpha channel involves round 
  * trips to the X server, and may be somewhat slow.
  *
+ * The clip mask of @gc is ignored, but clip rectangles and clip regions work
+ * fine.
+ * 
  * Since: 2.2
  **/
 void